[HADOOP-18562]: S3A: support custom S3 and STS headers#7379
[HADOOP-18562]: S3A: support custom S3 and STS headers#7379steveloughran merged 14 commits intoapache:trunkfrom
Conversation
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
@ahmarsuhail requesting your review on this |
|
@adideshpande commit history is a bit messy, can you rebase your commit on top of trunk instead? thanks! |
|
@ahmarsuhail Sure, I have rebased it on top of origin/trunk and it looks cleaner now with only 4 file changes (and 9 commits). Could you please take a look? Let me know if you need this to be rebased into a single commit. Thanks. P.S: My local repo had become messy while I was trying to fetch and merge a few commits, and fix some conflicts. I had to nuke it and checkout the repo locally again :) |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
ahmarsuhail
left a comment
There was a problem hiding this comment.
Thanks @adideshpande!
+1, pending couple of nits.
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java
Show resolved
Hide resolved
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md
Outdated
Show resolved
Hide resolved
steveloughran
left a comment
There was a problem hiding this comment.
reviewed. My main issue is about whether the header values should be trimmed or not.
plus tests, obviously
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/impl/TestAwsClientConfig.java
Outdated
Show resolved
Hide resolved
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/AWSClientConfig.java
Outdated
Show resolved
Hide resolved
|
🎊 +1 overall
This message was automatically generated. |
@ahmarsuhail Yes absolutely, fixed here - 74bfff3 |
|
🎊 +1 overall
This message was automatically generated. |
|
Hi @steveloughran gentle ping for reviewing this. @ahmarsuhail has already approved the PR. |
|
@steveloughran Could you please review this PR so it can be merged? If you're unavailable, could someone else take a look? |
|
merged, though I failed to give PradhanPrerak credit in the commit @adideshpande can you a cherrypick and retest for branch-3.4; when we merge that I will expand the credit list. |
|
@adideshpande , @steveloughran and @ahmarsuhail , did this introduce a compilation error? https://github.com/apache/hadoop/actions/runs/15741378616/job/44367291097 |
|
I filed #7750 with a fix for the compilation error. |
Followup to #7379 Compilation failure due to import change to in test source between PR and commit.
|
@cnauroth missed that, did it myself as soon as I noticed the failure |
Contributed by Aditya Deshpande
Followup to apache#7379 Compilation failure due to import change to in test source between PR and commit.
Description of PR
Description of original PR:
How was this patch tested?
Ran integ tests using
mvn -Dparallel-tests -DtestsThreadCount=8 clean verifyfor a bucket in us-west-2UTs added which succeeded as well
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?